home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / 06 / CANDLESPUZZLE.EXE / 0 / RCDATA / TORGWINDOW / TORGWINDOW.txt
Encoding:
Text File  |  2001-10-09  |  468 b   |  23 lines

  1. object OrgWindow: TOrgWindow
  2.   Left = 210
  3.   Top = 142
  4.   Width = 172
  5.   Height = 151
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Thumbnail'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnPaint = FormPaint
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22. end
  23.